home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 00 / 2 / DISK0028.ZIP / HALS.DOC < prev    next >
Text File  |  1983-02-24  |  1KB  |  32 lines

  1. DDATE.COM makes it easy to set the date when starting up MS/DOS.
  2.     Just include it in your AUTOEXEC.BAT file and it will
  3.     remember the last date you set on disk so that all you
  4.     have to do is change the day with the cursor right key
  5.     (or advance by a month with the cursor up key or from
  6.     Friday to Monday with the (week)End key).  If you overshoot,
  7.     use the cursor left or down keys to go back.  When the date
  8.     is right, press ENTER.
  9.  
  10.     DDATE should reside on a writable drive, preferably the 
  11.     default drive, for proper operation.
  12.  
  13.  
  14. DISKMODF.BAS is an improved version of the disk sector modifier.
  15.     I've added retries and sped up the interaction.
  16.  
  17. TIMING.BAS accurately times the execution of short BASIC programs
  18.     by interval averaging over 10 seconds.  
  19.  
  20. SPEED411.COM changes the diskette drive step rate to 4 ms which has
  21.     worked fine for me but I make no guarantees.  (Test
  22.     it first on your drives by doing some formats and copies.)
  23.  
  24. BIGTYPE.BAS is for entertaining the children.  They especially like
  25.     control-A's.
  26.  
  27. JUMBLE.BAS permutes jumble words when your brain gets stuck.
  28.  
  29. PALLETTE.BAS displays the colors possible in 160 by 200 color graphics
  30.     (especially good with a composite monitor).  To exit and return
  31.     the screen to normal, press Break then F9 then F10 (SCREEN 0,0,0).
  32.